IContext.GetProperty method ¶
Namespace: NextDesign.Desktop
Description¶
Gets the property value for the specified distinguished name. Returns null if the corresponding distinguished name does not exist.
argument¶
| Name | Type | Description |
|---|---|---|
| name | string | Distinguished Name The distinguished name can be any string, including the empty string, but cannot be null. |
Return value¶
- object
Exception¶
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null is specified for name |